home *** CD-ROM | disk | FTP | other *** search
- object F_pref: TF_pref
- Left = 242
- Top = 234
- BorderStyle = bsDialog
- Caption = 'Preference'
- ClientHeight = 300
- ClientWidth = 439
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl1: TPageControl
- Left = 4
- Top = 4
- Width = 433
- Height = 269
- ActivePage = TabSheet1
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = 'Editor'
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 50
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Font'
- end
- object Label2: TLabel
- Left = 216
- Top = 12
- Width = 100
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Size:'
- FocusControl = CB_fontsize
- end
- object Label3: TLabel
- Left = 3
- Top = 131
- Width = 38
- Height = 13
- Caption = 'Sample:'
- end
- object Label5: TLabel
- Left = 8
- Top = 36
- Width = 100
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Font Color:'
- end
- object Label6: TLabel
- Left = 8
- Top = 62
- Width = 100
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'URL Color:'
- end
- object Label7: TLabel
- Left = 216
- Top = 62
- Width = 100
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Quoted Color:'
- end
- object Label4: TLabel
- Left = 216
- Top = 38
- Width = 100
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Background Color:'
- end
- object CB_fontsize: TComboBox
- Left = 320
- Top = 8
- Width = 100
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = CB_fontsizeChange
- Items.Strings = (
- '8'
- '9'
- '10'
- '11'
- '12'
- '14'
- '16'
- '18'
- '20'
- '22'
- '24'
- '26'
- '28')
- end
- object Editor: TZEditor
- Left = 4
- Top = 147
- Width = 417
- Height = 90
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = '����'
- Font.Style = []
- ParentColor = False
- Color = clBtnFace
- ReadOnly = True
- PrintOptions = [poPageHeader, poPageNumber, poWordWrap]
- end
- object GroupBox1: TGroupBox
- Left = 4
- Top = 88
- Width = 417
- Height = 41
- Caption = 'When open new window '
- TabOrder = 1
- object CBwordwrap: TCheckBox
- Left = 8
- Top = 18
- Width = 180
- Height = 17
- Caption = '&WordWrap'
- TabOrder = 0
- OnClick = CBwordwrapClick
- end
- object CBfullscreen: TCheckBox
- Left = 208
- Top = 18
- Width = 180
- Height = 17
- Caption = '&Full Screen Cursor Position'
- TabOrder = 1
- OnClick = CBfullscreenClick
- end
- end
- object CBFont: TComboBox
- Left = 64
- Top = 8
- Width = 148
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- OnChange = CBfontChange
- end
- object btnFontColor: TPanel
- Left = 112
- Top = 34
- Width = 100
- Height = 18
- TabOrder = 4
- OnClick = btnFontColorClick
- end
- object btnBackColor: TPanel
- Tag = 1
- Left = 320
- Top = 34
- Width = 100
- Height = 18
- TabOrder = 5
- OnClick = btnFontColorClick
- end
- object btnURLColor: TPanel
- Tag = 2
- Left = 112
- Top = 58
- Width = 100
- Height = 18
- TabOrder = 6
- OnClick = btnFontColorClick
- end
- object btnQuotedColor: TPanel
- Tag = 3
- Left = 320
- Top = 58
- Width = 100
- Height = 18
- TabOrder = 7
- OnClick = btnFontColorClick
- end
- end
- end
- object Button1: TButton
- Left = 284
- Top = 275
- Width = 76
- Height = 23
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 360
- Top = 275
- Width = 76
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object Language: TLanguage
- LangCenter = DM_Language.LangCenter
- Left = 132
- Top = 232
- end
- end
-